Welcome![Sign In][Sign Up]
Location:
Search - gif compression

Search list

[Compress-Decompress algrithmsGIF图像编、解码开发包

Description: gif图像的编解码实现,在vc环境下直接编译即可!-realization of gif graphic compression/decompression,which can be compiled in VC environment.
Platform: | Size: 319305 | Author: xxz | Hits:

[GDI-Bitmap考研

Description: 几个针对GIF格式的图像的压缩和解压缩程序 包括GIFREAD,GIFREAD1,GIFREAD2,GIFWRITE-against GIF format images of the compression and decompression procedures include GIFREAD, GIFREAD1, GIFREAD2, GIFWRITE
Platform: | Size: 16384 | Author: 佳明 | Hits:

[Internet-Network(利用GIF_LZW算法实现的)网络图片传输

Description: (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX specialized optimization algorithm), is not conducive to VB; C : GIF- LZW compression algorithm compression ratio better, and I have come up with un
Platform: | Size: 62464 | Author: | Hits:

[Compress-Decompress algrithmsGIF图像编、解码开发包

Description: gif图像的编解码实现,在vc环境下直接编译即可!-realization of gif graphic compression/decompression,which can be compiled in VC environment.
Platform: | Size: 319488 | Author: xxz | Hits:

[Windows Develop豪杰解霸原代码

Description: 压缩过的图像是无法直接进行数字化处理的,如JPEG、GIF等格式的文件,此时首先要对图像文件解压缩,这就要涉及到一些比较复杂的压缩算法。-compressed image can t directly process digital operation.such as jpeg,gif format.firstly ,it need decompress ,which is deal with complex compression algrithm.
Platform: | Size: 644096 | Author: wwx | Hits:

[Compress-Decompress algrithmsGIFLIB.ZIP

Description: GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to support GIF89a, the vc used, decoding the only one document DGIF_LIB.C (header files or need), join the project can use it, showing examples can reference document gif2herc.c the main function
Platform: | Size: 163840 | Author: pyh | Hits:

[Other20067418354997269

Description: 把Picture中的图片保存为Gif格式 把bmp文件保存为gif文件,没有使用任何Dll,完全使用VB实现。在压缩比上还有所欠缺,算法有待改进。-put the photographs to preserve Gif formats bmp file documents to gif, Dll not use any fully use VB. The compression ratio, which had been lacking, the algorithm needs improvement.
Platform: | Size: 44032 | Author: | Hits:

[Compress-Decompress algrithmsC.LZW

Description: lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
Platform: | Size: 4096 | Author: 季安 | Hits:

[Graph programjpeg_C6711_DSP_yasuo

Description: 基于C6711 DSP下jpeg图像压缩解压缩程序,实现jpeg bmp gif ppm格式图片的互转-under jpeg image compression decompression procedures, bmp gif achieve jpeg format pictures ppm of referrals
Platform: | Size: 865280 | Author: 李玉峰 | Hits:

[Picture Viewermtkgif-c

Description: 基于MTK平台GIF图像解码代码,包含LZW压缩算法和GIF的文件解码!-MTK platform based on the GIF image decoding code, including LZW compression algorithm and decoding GIF documents!
Platform: | Size: 6144 | Author: 王桂才 | Hits:

[Picture Viewer15124_FLib110

Description: FLib图象处理库 本封装库对图象读取,特效,显示及压缩算法进行了封装。功能有:对bmp,png,tiff,gif,pcx,tga,jpg等图像格式的读写,进行� � ....... -FLib image processing library of the package database on the image to read, special effects, display and compression algorithm package. Features are: bmp, png, tiff, gif, pcx, tga, jpg image format, such as reading and writing, the
Platform: | Size: 1815552 | Author: antis | Hits:

[GDI-Bitmapgifmageexdemo

Description: GIF(Graphics Interchange Format,图形交换格式)文件是由 CompuServe公司开发的图形文件格式,版权所有,任何商业目的使用均须 CompuServe公司授权。   GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或者是决定图象表现行为的控制块, 用以实现动画和交互式应用。GIF文件还通过LZW压缩算法压缩图象数据来减少图象尺寸-GIF (Graphics Interchange Format, Graphics Interchange Format) file developed by CompuServe graphics file format, all rights reserved, any commercial purposes CompuServe shall be authorized to use. GIF image is based on the color list (stored data is the point of the color corresponds to the color index value list), only supports up to 8-bit (256 colors). GIF files are divided into a number of internal storage block, used to store multiple images or images that determines the performance behavior of control block for the realization of animation and interactive applications. GIF files also LZW compressed image data compression algorithm to reduce the image size
Platform: | Size: 21504 | Author: LuoJiangYong | Hits:

[Graph programViewImage

Description: 图像编码源代码,包括:PCX, GIF,LZW算法和GIF数据压缩,JPEG,TGA,TIFF等-Image coding the source code, including: PCX, GIF, LZW and GIF data compression algorithm, JPEG, TGA, TIFF, etc.
Platform: | Size: 7168 | Author: 赵堃 | Hits:

[JSP/Javajavagif

Description: gif动画压缩,压缩后保持动画效果 并且是等比例压缩-gif animation compression, compression and animation effects to maintain the ratio of compression, etc.
Platform: | Size: 17408 | Author: shi | Hits:

[Otherext-2.2.1-lite

Description: 精简的extjs,支持php静态压缩,加载大概才200K-Streamlined extjs, support php static compression
Platform: | Size: 566272 | Author: sc | Hits:

[Compress-Decompress algrithmsarithmeticforgif

Description: gif格式图片压缩算法。本人经过修改,已经可以对gif格式文件进行压缩,而且压缩的效率很高-gif format image compression algorithm. I modified, it should be able to gif format for compression, and compression efficiency
Platform: | Size: 3072 | Author: 谷凤云 | Hits:

[Picture Viewersjbz

Description: 可以方便的制作手机壁纸: 1.支持bmp,jpg,gif(gif只支持第一帧),png格式 2.输出格式为jpg,因为我感觉小尺寸的图片文件在图片失真不严重的情况下jpg格式比其他格式友更好的压缩比 3.支持图片翻转,平滑等特效 4.操作简单,方便易用.-You can easily create mobile phone wallpaper: 1. Supports bmp, jpg, gif (gif only supports the first frame), png formats 2. Output format jpg, because I felt that the small size of the picture files in the image distortion is not severe cases, jpg format, a better friend than any other format, compression ratio 3. to support image flip, smooth and other effects 4. simple and easy to use.
Platform: | Size: 208896 | Author: 手机壁纸快速生成器 | Hits:

[Compress-Decompress algrithmsTestLzw

Description: 基于GIF的lzw压缩法的源代码。此代码对图像文件,文本文件进行压缩有很好的效果-The lzw GIF compression method based on the source code. This code of image files, text files compress very good results
Platform: | Size: 1581056 | Author: zhangxueliang00 | Hits:

[Special EffectsInversion-Ranks-for-Lossless-Compression

Description: Many images used in the WWW are stored and transmitted after they are compressed losslessly with the standard Graphics Interchange Format (GIF), or Portable Network Graphics (PNG).Well known two dimensional compression schemes, such as JPEG-LS and CALIC, fails to yield better compression than GIF or PNG, due to the fact that the pixel values represent indices that point to color values in a look-up table
Platform: | Size: 148480 | Author: maj | Hits:

[Compress-Decompress algrithmsJava-GIf

Description: 用Java实现GIF的压缩,在其中可以根据上述的方法编程-Java implementation GIF compression, in which you can program according to the method described above
Platform: | Size: 1024 | Author: | Hits:
« 12 3 4 »

CodeBus www.codebus.net